max

pure function max(value: decimal): decimal

Returns the greater of this and another decimal value; i.e. value if value is greater than this, or this decimal otherwise.

Return

the greater of value and this decimal

Since

0.9.1

Parameters

value

the value to compare against